home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / menu.dir / 00030_Script_30 < prev    next >
Text File  |  1983-01-30  |  886b  |  35 lines

  1. on exitFrame
  2.   global suonas,dismu,dadove
  3.   
  4.   if dadove="citta" then
  5.     set dadove to ""
  6.     musiche_mare
  7.     if suonas <>0 and not dismu then 
  8.       suonom 1,suonas
  9.     else
  10.       if not dismu then
  11.         suonom 1, "charlest"
  12.       end if
  13.     end if
  14.   else 
  15.     if not soundbusy(1)  and not dismu then suonom 1,suonas
  16.   end if
  17.   
  18.   preLoadMovie  "navig"
  19.   spegni 2,9
  20.   spegni 13,15
  21.   set the visible of sprite 10 to true
  22.   global funzioni
  23.   set funzioni to ""
  24.   set the cursor of sprite 2 to -1
  25.   set the cursor of sprite 9 to [193,194]
  26.   set the cursor of sprite 4 to -1
  27.   set the cursor of sprite 5 to -1
  28.   set the cursor of sprite 6 to -1
  29.   set the cursor of sprite 13 to [185,186]
  30.   set the cursor of sprite 14 to [183,184]
  31.   set the visible of sprite 9 to true
  32.   set the visible of sprite 13 to true
  33.   set the visible of sprite 14 to true
  34. end
  35.